how to center the table horizontally css

74

table
{ 
    margin-left: auto;
    margin-right: auto;
}
  <table align="center">
    ...
  </table>

Comments

Submit
0 Comments